runtime.m.profStack (field)
11 uses
runtime (current package)
mprof.go#L438: if mp.profStack == nil {
mprof.go#L447: nstk := callers(4, mp.profStack[:debug.profstackdepth])
mprof.go#L450: b := stkbucket(memProfile, size, mp.profStack[:nstk], true)
mprof.go#L549: nstk = callers(skip, mp.profStack)
mprof.go#L551: nstk = gcallers(gp.m.curg, skip, mp.profStack)
mprof.go#L563: nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
mprof.go#L565: mp.profStack[0] = gp.m.curg.sched.pc
mprof.go#L566: nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
mprof.go#L570: saveBlockEventStack(cycles, rate, mp.profStack[:nstk], which)
proc.go#L973: mp.profStack = makeProfStackFP()
runtime2.go#L603: profStack []uintptr // used for memory/block/mutex stack traces
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |